home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / scherz programme / fortune / source / makefile < prev    next >
Makefile  |  1996-04-07  |  418b  |  27 lines

  1. .c.o:
  2.     lc -rr $*
  3.  
  4. all:    makefort fortune
  5.  
  6. makefort: makefort.o ftext.o
  7.     blink <with <
  8. FROM lib:c.o makefort.o ftext.o
  9. TO makefort
  10. LIB lib:lcr.lib lib:amiga.lib
  11. verbose
  12. <
  13.  
  14. fortune: readfort.o ftext.o
  15.     blink <with <
  16. FROM lib:c.o readfort.o lib:tinymain.o ftext.o
  17. TO fortune
  18. LIB lib:lcr.lib lib:amiga.lib lib:reqtools.lib
  19. DEFINE @_main=@_tinymain
  20. verbose
  21. <
  22.  
  23. readfort.o:    readfort.c
  24. ftext.o:    ftext.c
  25. makefort.o:    makefort.c
  26.  
  27.